home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_479 / uucp / uucp113.1.lzh / uucp1 / lib / Config < prev    next >
Text File  |  1991-01-06  |  3KB  |  77 lines

  1.  
  2. #   Config file sample
  3. #
  4. #   Config may exist as 'UULIB:Config' or 'S:UUConfig', but not in
  5. #   any overide directory for UULIB: since that is listed in the config
  6. #   file and we have to find it first, eh?
  7. #
  8. #   note, in first list NewsEditor is new
  9.  
  10. NodeName      uucp
  11. UserName      root
  12. RealName      Foo The Bar
  13. Debug          0
  14.  
  15. #   WARNING, NewsFeed is obsolete.  If this entry exists and the UULIB:Sys
  16. #   file does not, a UULIB:Sys file will be created and mail sent to postmaster
  17. #   asking you to read the NewsSetup.DOC document
  18.  
  19. #NewsFeed      newsnode
  20. Organization  Not an Organization
  21. Filter          Dme
  22. RFilter       Dme
  23. MailEditor    Dme
  24. NewsEditor    Dme
  25. DomainName    .UUCP
  26. TimeZone      PST
  27. DefaultNode   overload.Berkeley.CA.US
  28. #MailReadyCmd  Inform mail "newcli from uucp:c/dmail.bat" "You have new mail"
  29. #NewsReadyCmd  Inform news "newcli from uucp:c/anews.bat" "You have new news"
  30.  
  31. #   These may be used to specify explicit paths to auto-run programs.
  32. #   Example paths are shown.  If not specified, the programs in question
  33. #   are assumed to exist in your command path.
  34. #
  35. #Uux          fubar:Uux
  36. #Sendmail     fubar:sendmail
  37. #Postnews     fubar:Postnews
  38. #Uuxqt          fubar:uuxqt
  39. #RMail          fubar:rmail
  40. #CUnbatch     fubar:cunbatch
  41. #RNews          fubar:rnews
  42.  
  43.  
  44. #   These may be used to specify explicit directories instead of the
  45. #   defaults (UUSPOOL: UUNEWS: UUMAIL: etc...).  Note that default
  46. #   the Config file itself you must copy it as S:UUConfig
  47. #
  48. #   If all are specified, no assigns are required though UUCP: is
  49. #   suggested to make referencing programs easier.
  50. #
  51. #   If the last character of a prefix is neither / or : then a / will
  52. #   AUTOMATICALLY be added... i.e. you do not have to worry about it.
  53. #
  54. #UUSpool      directory-prefix
  55. #UUNews       directory-prefix
  56. #UUMail       directory-prefix
  57. #UULib          directory-prefix
  58. #UUPub          directory-prefix
  59. #UUMan          directory-prefix
  60. #UUCP          directory-prefix
  61.  
  62. #   The following entry may exist to force POSTNEWS to automatically BATCH
  63. #   the news into spool.  Otherwise, you must run BATCHNEWS to batch the news
  64. #   Please refer to NewsSetup.DOC for more information, in some cases the use
  65. #   of AutoBatch is not a good idea.  The field is a dummy and should currently
  66. #   be left 'autobatch'.  i.e. 'AutoBatch autobatch'
  67.  
  68. AutoBatch      autobatch
  69.  
  70. #   The following should not exist or be set to 0 if you are not sure
  71. #   what it should be set to.  This specifies the maximum size of the
  72. #   'C rmail' line in an X. file.  If set to non-0 then multiple-recipient
  73. #   rmail lines are enabled.
  74.  
  75. MaxRMailLen    200
  76.  
  77.